set Environment Display Fahrenheit
open fun setEnvironmentDisplayFahrenheit(value: Boolean): ModuleConfigProtos.ModuleConfig.TelemetryConfig.Builder
We'll always read the sensor in Celsius, but sometimes we might want to
display the results in Fahrenheit as a "user preference".
Content copied to clipboard
bool environment_display_fahrenheit = 5;
Return
This builder for chaining.
Parameters
value
The environmentDisplayFahrenheit to set.